(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <intuition/intuition.h>
#include <proto/intuition.h>
void WindowToFront()
SYNOPSIS
struct Window * window

LOCATION
In IntuitionBase at offset 52
FUNCTION
Bring a window to the front (ie. before any other window).

INPUTS
window
Which window
RESULT
None.

NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
03.03.1997 digulla
Polish
27.01.1997 ldp
Polish
10.12.1996 aros
Moved #include into first column to allow makedepend to see it.
08.11.1996 aros
All OS function use now Amiga types

Moved intuition-driver protos to intuition_intern.h

24.10.1996 aros
Use the official AROS macros over the __AROS versions.
21.10.1996 aros
Two new functions